home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / ICOHOLIC / SETUP.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-12-31  |  15KB  |  614 lines

  1. object MainForm: TMainForm
  2.   Left = 261
  3.   Top = 233
  4.   BorderStyle = bsDialog
  5.   Caption = 'EXESetup Wizard'
  6.   ClientHeight = 281
  7.   ClientWidth = 457
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = OnClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object imgGraphic: TImage
  20.     Left = 8
  21.     Top = 10
  22.     Width = 118
  23.     Height = 226
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Button1: TButton
  27.     Left = 208
  28.     Top = 248
  29.     Width = 73
  30.     Height = 25
  31.     Hint = 'Click here to go back one step.'
  32.     Caption = '&Back'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.     Visible = False
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 288
  47.     Top = 248
  48.     Width = 73
  49.     Height = 25
  50.     Hint = 'Click here to go forward one step.'
  51.     Caption = '&Next'
  52.     Default = True
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 0
  62.     OnClick = Button2Click
  63.   end
  64.   object Button3: TButton
  65.     Left = 376
  66.     Top = 248
  67.     Width = 73
  68.     Height = 25
  69.     Hint = 'Click here to end the installation.'
  70.     Cancel = True
  71.     Caption = 'E&xit'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 2
  81.     OnClick = Button3Click
  82.   end
  83.   object Tab1: TNotebook
  84.     Left = 132
  85.     Top = 10
  86.     Width = 317
  87.     Height = 226
  88.     TabOrder = 3
  89.     object TPage
  90.       Left = 0
  91.       Top = 0
  92.       Caption = 'One'
  93.       object lbl1: TLabel
  94.         Left = 8
  95.         Top = 8
  96.         Width = 297
  97.         Height = 41
  98.         AutoSize = False
  99.         Caption = 'lbl1'
  100.         Font.Charset = DEFAULT_CHARSET
  101.         Font.Color = clBlack
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = []
  105.         ParentFont = False
  106.         WordWrap = True
  107.       end
  108.       object lbl2: TLabel
  109.         Left = 8
  110.         Top = 48
  111.         Width = 297
  112.         Height = 169
  113.         AutoSize = False
  114.         Caption = 'lbl2'
  115.         Font.Charset = DEFAULT_CHARSET
  116.         Font.Color = clBlack
  117.         Font.Height = -11
  118.         Font.Name = 'MS Sans Serif'
  119.         Font.Style = []
  120.         ParentFont = False
  121.         WordWrap = True
  122.       end
  123.     end
  124.     object TPage
  125.       Left = 0
  126.       Top = 0
  127.       HelpContext = 1
  128.       Caption = 'Two'
  129.       object Memo1: TMemo
  130.         Left = 8
  131.         Top = 8
  132.         Width = 297
  133.         Height = 209
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clBlack
  136.         Font.Height = -11
  137.         Font.Name = 'MS Sans Serif'
  138.         Font.Style = []
  139.         Lines.Strings = (
  140.           'It looks like the author forgot to include this file for you to '
  141.           'read.'
  142.           'Please conact the author or distributer of this product.')
  143.         ParentFont = False
  144.         ScrollBars = ssVertical
  145.         TabOrder = 0
  146.       end
  147.     end
  148.     object TPage
  149.       Left = 0
  150.       Top = 0
  151.       HelpContext = 2
  152.       Caption = 'Three'
  153.       object Label1: TLabel
  154.         Left = 12
  155.         Top = 148
  156.         Width = 293
  157.         Height = 37
  158.         AutoSize = False
  159.         Caption = 
  160.           'Please type in a directory where you want to install this softwa' +
  161.           're into:'
  162.         Font.Charset = DEFAULT_CHARSET
  163.         Font.Color = clBlack
  164.         Font.Height = -11
  165.         Font.Name = 'MS Sans Serif'
  166.         Font.Style = []
  167.         ParentFont = False
  168.         WordWrap = True
  169.       end
  170.       object Label2: TLabel
  171.         Left = 8
  172.         Top = 16
  173.         Width = 297
  174.         Height = 33
  175.         AutoSize = False
  176.         Caption = 
  177.           'This is the directory setup will install from: NOTE: If you chan' +
  178.           'ge this setup may not work properly.'
  179.         Font.Charset = DEFAULT_CHARSET
  180.         Font.Color = clBlack
  181.         Font.Height = -11
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = []
  184.         ParentFont = False
  185.         Visible = False
  186.         WordWrap = True
  187.       end
  188.       object txtInstallTo: TEdit
  189.         Left = 16
  190.         Top = 184
  191.         Width = 225
  192.         Height = 21
  193.         Hint = 'Directory to be installed to.'
  194.         Font.Charset = DEFAULT_CHARSET
  195.         Font.Color = clBlack
  196.         Font.Height = -11
  197.         Font.Name = 'MS Sans Serif'
  198.         Font.Style = []
  199.         ParentFont = False
  200.         ParentShowHint = False
  201.         ShowHint = True
  202.         TabOrder = 0
  203.         Text = 'C:\APPDIR'
  204.       end
  205.       object txtInstallFrom: TEdit
  206.         Left = 16
  207.         Top = 56
  208.         Width = 225
  209.         Height = 21
  210.         Hint = 'This is the directory setup uses to install the files from.'
  211.         CharCase = ecUpperCase
  212.         Font.Charset = DEFAULT_CHARSET
  213.         Font.Color = clBlack
  214.         Font.Height = -11
  215.         Font.Name = 'MS Sans Serif'
  216.         Font.Style = []
  217.         ParentFont = False
  218.         ParentShowHint = False
  219.         ShowHint = True
  220.         TabOrder = 1
  221.         Text = 'C:\SOURCEDIR'
  222.         Visible = False
  223.       end
  224.       object Button4: TButton
  225.         Left = 248
  226.         Top = 184
  227.         Width = 57
  228.         Height = 20
  229.         Caption = 'Browse'
  230.         Font.Charset = DEFAULT_CHARSET
  231.         Font.Color = clBlack
  232.         Font.Height = -11
  233.         Font.Name = 'MS Sans Serif'
  234.         Font.Style = []
  235.         ParentFont = False
  236.         TabOrder = 2
  237.         OnClick = Button4Click
  238.       end
  239.     end
  240.     object TPage
  241.       Left = 0
  242.       Top = 0
  243.       HelpContext = 3
  244.       Caption = 'Four'
  245.       object Label7: TLabel
  246.         Left = 12
  247.         Top = 12
  248.         Width = 196
  249.         Height = 13
  250.         Caption = 'Setup is now ready to install this software.'
  251.         Font.Charset = DEFAULT_CHARSET
  252.         Font.Color = clBlack
  253.         Font.Height = -11
  254.         Font.Name = 'MS Sans Serif'
  255.         Font.Style = []
  256.         ParentFont = False
  257.       end
  258.       object Label11: TLabel
  259.         Left = 12
  260.         Top = 28
  261.         Width = 206
  262.         Height = 13
  263.         Caption = 'To start installing please click '#39'Install'#39' below.'
  264.         Font.Charset = DEFAULT_CHARSET
  265.         Font.Color = clBlack
  266.         Font.Height = -11
  267.         Font.Name = 'MS Sans Serif'
  268.         Font.Style = []
  269.         ParentFont = False
  270.       end
  271.     end
  272.     object TPage
  273.       Left = 0
  274.       Top = 0
  275.       HelpContext = 4
  276.       Caption = 'Five'
  277.       object Label8: TLabel
  278.         Left = 20
  279.         Top = 28
  280.         Width = 56
  281.         Height = 13
  282.         Caption = 'Install From:'
  283.         Font.Charset = DEFAULT_CHARSET
  284.         Font.Color = clBlack
  285.         Font.Height = -11
  286.         Font.Name = 'MS Sans Serif'
  287.         Font.Style = []
  288.         ParentFont = False
  289.       end
  290.       object Label9: TLabel
  291.         Left = 20
  292.         Top = 44
  293.         Width = 46
  294.         Height = 13
  295.         Caption = 'Install To:'
  296.         Font.Charset = DEFAULT_CHARSET
  297.         Font.Color = clBlack
  298.         Font.Height = -11
  299.         Font.Name = 'MS Sans Serif'
  300.         Font.Style = []
  301.         ParentFont = False
  302.       end
  303.       object Label10: TLabel
  304.         Left = 68
  305.         Top = 132
  306.         Width = 178
  307.         Height = 13
  308.         Caption = 'Now Installing files. Please be patient.'
  309.         Font.Charset = DEFAULT_CHARSET
  310.         Font.Color = clBlack
  311.         Font.Height = -11
  312.         Font.Name = 'MS Sans Serif'
  313.         Font.Style = []
  314.         ParentFont = False
  315.       end
  316.       object Gauge1: TGauge
  317.         Left = 24
  318.         Top = 98
  319.         Width = 265
  320.         Height = 23
  321.         Color = clBtnFace
  322.         ForeColor = clNavy
  323.         ParentColor = False
  324.         ParentShowHint = False
  325.         Progress = 0
  326.         ShowHint = False
  327.       end
  328.       object lblInstallFrom: TLabel
  329.         Left = 84
  330.         Top = 28
  331.         Width = 92
  332.         Height = 13
  333.         Caption = 'C:\SOURCEDIR'
  334.         Font.Charset = DEFAULT_CHARSET
  335.         Font.Color = clBlack
  336.         Font.Height = -11
  337.         Font.Name = 'MS Sans Serif'
  338.         Font.Style = [fsBold]
  339.         ParentFont = False
  340.       end
  341.       object lblInstallTo: TLabel
  342.         Left = 84
  343.         Top = 44
  344.         Width = 65
  345.         Height = 13
  346.         Caption = 'C:\APPDIR'
  347.         Font.Charset = DEFAULT_CHARSET
  348.         Font.Color = clBlack
  349.         Font.Height = -11
  350.         Font.Name = 'MS Sans Serif'
  351.         Font.Style = [fsBold]
  352.         ParentFont = False
  353.       end
  354.       object Label12: TLabel
  355.         Left = 20
  356.         Top = 60
  357.         Width = 19
  358.         Height = 13
  359.         Caption = 'File:'
  360.         Font.Charset = DEFAULT_CHARSET
  361.         Font.Color = clBlack
  362.         Font.Height = -11
  363.         Font.Name = 'MS Sans Serif'
  364.         Font.Style = []
  365.         ParentFont = False
  366.       end
  367.       object lblFileN: TLabel
  368.         Left = 84
  369.         Top = 60
  370.         Width = 147
  371.         Height = 13
  372.         AutoSize = False
  373.         Font.Charset = DEFAULT_CHARSET
  374.         Font.Color = clBlack
  375.         Font.Height = -11
  376.         Font.Name = 'MS Sans Serif'
  377.         Font.Style = [fsBold]
  378.         ParentFont = False
  379.       end
  380.     end
  381.     object TPage
  382.       Left = 0
  383.       Top = 0
  384.       HelpContext = 5
  385.       Caption = 'Six'
  386.       object Label5: TLabel
  387.         Left = 12
  388.         Top = 12
  389.         Width = 293
  390.         Height = 37
  391.         AutoSize = False
  392.         Caption = 'Setup has now finished installing this product.'
  393.         Font.Charset = DEFAULT_CHARSET
  394.         Font.Color = clBlack
  395.         Font.Height = -11
  396.         Font.Name = 'MS Sans Serif'
  397.         Font.Style = []
  398.         ParentFont = False
  399.       end
  400.       object Label6: TLabel
  401.         Left = 12
  402.         Top = 28
  403.         Width = 293
  404.         Height = 37
  405.         AutoSize = False
  406.         Caption = 'Please select "E&xit" to complete and close this installation.'
  407.         Font.Charset = DEFAULT_CHARSET
  408.         Font.Color = clBlack
  409.         Font.Height = -11
  410.         Font.Name = 'MS Sans Serif'
  411.         Font.Style = []
  412.         ParentFont = False
  413.       end
  414.     end
  415.     object TPage
  416.       Left = 0
  417.       Top = 0
  418.       HelpContext = 6
  419.       Caption = 'Seven'
  420.       object Label13: TLabel
  421.         Left = 12
  422.         Top = 12
  423.         Width = 293
  424.         Height = 37
  425.         AutoSize = False
  426.         Caption = 'Setup could not complete the installation.'
  427.         Font.Charset = DEFAULT_CHARSET
  428.         Font.Color = clBlack
  429.         Font.Height = -11
  430.         Font.Name = 'MS Sans Serif'
  431.         Font.Style = []
  432.         ParentFont = False
  433.       end
  434.       object Label14: TLabel
  435.         Left = 12
  436.         Top = 28
  437.         Width = 293
  438.         Height = 37
  439.         AutoSize = False
  440.         Caption = 
  441.           'Errors were detected during setup. Please contact the author and' +
  442.           '/or the author of this product.'
  443.         Font.Charset = DEFAULT_CHARSET
  444.         Font.Color = clBlack
  445.         Font.Height = -11
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = []
  448.         ParentFont = False
  449.         WordWrap = True
  450.       end
  451.       object Label15: TLabel
  452.         Left = 12
  453.         Top = 60
  454.         Width = 293
  455.         Height = 37
  456.         AutoSize = False
  457.         Caption = 'Please select "E&xit" to close this installation.'
  458.         Font.Charset = DEFAULT_CHARSET
  459.         Font.Color = clBlack
  460.         Font.Height = -11
  461.         Font.Name = 'MS Sans Serif'
  462.         Font.Style = []
  463.         ParentFont = False
  464.       end
  465.     end
  466.     object TPage
  467.       Left = 0
  468.       Top = 0
  469.       HelpContext = 8
  470.       Caption = 'Nine'
  471.       object Image1: TImage
  472.         Left = 8
  473.         Top = 26
  474.         Width = 32
  475.         Height = 32
  476.         AutoSize = True
  477.         Picture.Data = {<image001.ico>}
  478.       end
  479.       object Label25: TLabel
  480.         Left = 45
  481.         Top = 26
  482.         Width = 185
  483.         Height = 13
  484.         Caption = 'Do you want a program group created?'
  485.         Font.Charset = DEFAULT_CHARSET
  486.         Font.Color = clWindowText
  487.         Font.Height = -11
  488.         Font.Name = 'MS Sans Serif'
  489.         Font.Style = []
  490.         ParentFont = False
  491.       end
  492.       object Label26: TLabel
  493.         Left = 45
  494.         Top = 42
  495.         Width = 154
  496.         Height = 13
  497.         Caption = 'Here you can change the group:'
  498.         Font.Charset = DEFAULT_CHARSET
  499.         Font.Color = clWindowText
  500.         Font.Height = -11
  501.         Font.Name = 'MS Sans Serif'
  502.         Font.Style = []
  503.         ParentFont = False
  504.       end
  505.       object ComboBox1: TComboBox
  506.         Left = 45
  507.         Top = 78
  508.         Width = 212
  509.         Height = 21
  510.         Hint = 'List of program groups'
  511.         Font.Charset = DEFAULT_CHARSET
  512.         Font.Color = clWindowText
  513.         Font.Height = -11
  514.         Font.Name = 'Ms Sans Serif'
  515.         Font.Style = []
  516.         ItemHeight = 13
  517.         ParentFont = False
  518.         TabOrder = 0
  519.         Text = 'ComboBox1'
  520.       end
  521.     end
  522.   end
  523.   object Button7: TButton
  524.     Left = 288
  525.     Top = 248
  526.     Width = 73
  527.     Height = 25
  528.     Hint = 'Click here to create a program group.'
  529.     Caption = '&Create'
  530.     Default = True
  531.     Font.Charset = DEFAULT_CHARSET
  532.     Font.Color = clBlack
  533.     Font.Height = -11
  534.     Font.Name = 'MS Sans Serif'
  535.     Font.Style = []
  536.     ParentFont = False
  537.     ParentShowHint = False
  538.     ShowHint = True
  539.     TabOrder = 4
  540.     Visible = False
  541.     OnClick = Button7Click
  542.   end
  543.   object Button8: TButton
  544.     Left = 208
  545.     Top = 248
  546.     Width = 73
  547.     Height = 25
  548.     Hint = 'Click here if you do not want to create a group.'
  549.     Cancel = True
  550.     Caption = '&Skip'
  551.     Font.Charset = DEFAULT_CHARSET
  552.     Font.Color = clBlack
  553.     Font.Height = -11
  554.     Font.Name = 'MS Sans Serif'
  555.     Font.Style = []
  556.     ParentFont = False
  557.     ParentShowHint = False
  558.     ShowHint = True
  559.     TabOrder = 5
  560.     Visible = False
  561.     OnClick = Button8Click
  562.   end
  563.   object Timer1: TTimer
  564.     Enabled = False
  565.     Interval = 1
  566.     OnTimer = Timer1Timer
  567.     Left = 53
  568.     Top = 21
  569.   end
  570.   object MsInstall1: TMsInstall
  571.     CreateProgManGroup = True
  572.     DdeClientConvName = DdeClientConv1
  573.     NoOfFiles = 0
  574.     Left = 85
  575.     Top = 22
  576.   end
  577.   object DdeClientConv1: TDdeClientConv
  578.     DdeService = 'progman'
  579.     Left = 21
  580.     Top = 54
  581.     LinkInfo = (
  582.       'Service progman'
  583.       'Topic ')
  584.   end
  585.   object DdeClient: TDdeClientConv
  586.     DdeService = 'progman'
  587.     Left = 21
  588.     Top = 86
  589.     LinkInfo = (
  590.       'Service progman'
  591.       'Topic ')
  592.   end
  593.   object Dir1: TFolderDialog
  594.     Top = 246
  595.     Left = 94
  596.     Title = 'Select Folder'
  597.     Text = 'Please select a folder to install this software:'
  598.   end
  599.   object Shortcuts1: TShortcuts
  600.     FolderList.Strings = (
  601.       'Accessories'
  602.       'Things.txt'
  603.       'EXESetup 3.0 Light'
  604.       'StartUp'
  605.       'System Tools'
  606.       'Applications'
  607.       'Internet Tools'
  608.       'Development'
  609.       'Image Development')
  610.     Left = 46
  611.     Top = 230
  612.   end
  613. end
  614.